home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / Ap-Az / AstroAlmanac.cpt / Astro Almanac / background_2667.txt < prev    next >
Encoding:
Text File  |  1988-02-04  |  1.3 KB  |  67 lines

  1. -- background: 2667 from stack: in
  2. -- bmap block id: 3225
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Astro
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 6 (field)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=49 top=111 right=163 bottom=419
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 20
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Astro
  27. ----- HyperTalk script -----
  28. AstroAlmanac88 displays major astonomical events for the United States.
  29.  
  30.  
  31. -- part 8 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=256 top=295 right=318 bottom=281
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 1013 / 1013
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Next
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   go to next card
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 9 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=228 top=295 right=318 bottom=254
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 1014 / 1014
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Prev
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to prev card
  65. end mouseUp
  66.  
  67.